From ea936d42373e267467409bad681d8cd4d6cc6b15 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Apr 2011 12:30:36 -0400 Subject: [PATCH] GtkCellRendererPixbufPrivate: Improve struct packing --- gtk/gtkcellrendererpixbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c index f50b3aeee9..8c222ffea1 100644 --- a/gtk/gtkcellrendererpixbuf.c +++ b/gtk/gtkcellrendererpixbuf.c @@ -88,14 +88,14 @@ enum { struct _GtkCellRendererPixbufPrivate { - GtkIconSize stock_size; - GdkPixbuf *pixbuf; GdkPixbuf *pixbuf_expander_open; GdkPixbuf *pixbuf_expander_closed; GIcon *gicon; + GtkIconSize stock_size; + gboolean follow_state; gchar *stock_id; -- 2.30.2